Interface Ioe

All Superinterfaces:
Device, IPCObject
All Known Implementing Classes:
IoeImpl

public interface Ioe extends Device
Author:
Auto-generated
  • Method Details

    • getSensorType

      String getSensorType()
      Information provided by the PKI file:
      
          \brief Returns sensor type string.
          
          \return string, sensor type string.
          
              
      Returns:
      String Returns a String
    • getSensorState

      boolean getSensorState()
      Information provided by the PKI file:
      
          \brief Returns true if can get sensor state, false otherwise.
          
          \return bool, true if can get sensor state, false otherwise.
          
              
      Returns:
      boolean Returns a boolean